home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / 4dos / 4utilsf.zip / 4TOOLS.SMP < prev    next >
Text File  |  1992-12-10  |  2KB  |  59 lines

  1. ;
  2. ; 4TOOLS.INI - Settings for 4DESC and 4FF.
  3. ;
  4. ; Values shown are defaults.
  5.  
  6. [Date & Time formats]
  7. DateFormat= mmddyy      ; Valid entries are:
  8.                         ;  ddmmyy,   mmddyy,  yymmdd, or ddMMMyy, eg
  9.                         ; 7.10.92, 10-07-92, 92/10/7, or  7Oct92
  10. DateSep   = -           ; Date separator is a hyphen (mm-dd-yy)
  11. TimeFormat= 12          ; Valid entries are: 12 (am/pm) or 24 (24 hours)
  12. TimeSep   = :           ; Time separator is a colon  (hh:mm)
  13. MilleSep  = ,           ; xxx,xxx
  14.  
  15. [ColorDisplay]
  16. ; Color Definitions for color displays
  17. ;
  18. ; The color names are:
  19.  
  20. ; Black     , DarkGray
  21. ; Blue      , LightBlue
  22. ; Green     , LightGreen
  23. ; Cyan      , LightCyan
  24. ; Red       , LightRed
  25. ; Magenta   , LightMagenta
  26. ; Brown     , Yellow
  27. ; LightGray , White
  28. ;
  29. ; (case is not significant)
  30. ;
  31. StatusFg = Blue         ; Status line foreground color
  32. StatusBg = Cyan         ;   "      "  background   "
  33. DirFg    = LightCyan    ; Directories are shown in DirFg on NormBg
  34. SelectFg = Blue         ; Select bar foreground color
  35. SelectBg = Cyan         ;   "     "  background   "
  36. HighFg   = LightRed     ; Highlighted foreground, used for Cut & Edit prompts
  37. NormFg   = LightGray    ; Normal foreground color
  38. NormBg   = Blue         ;   "    background   "
  39. WarnFg   = Yellow       ; Foreground for warning messages
  40. WarnBg   = Cyan         ; Background  "     "       "
  41.  
  42. [MonoDisplay]
  43. ; "Color" definitions for monochrome displays
  44. ;
  45. StatusFg = Black
  46. StatusBg = LightGray
  47. DirFg    = White
  48. SelectFg = Black
  49. SelectBg = LightGray
  50. HighFg   = LightGray
  51. NormFg   = LightGray
  52. NormBg   = Black
  53. WarnFg   = Black
  54. WarnBg   = White
  55.  
  56. [GeneralDisplay]
  57. LeftJust = no           ; Do not left justify file extensions
  58. FullSize = no           ; Use nnK abbreviation for file size
  59.